home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRNEWFOLDERDIALOG / TDIRNEWFOLDERDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  57 lines

  1. inherited DirNewFolderDialog: TDirNewFolderDialog
  2.   Left = 274
  3.   Top = 378
  4.   Caption = 'Create New Folder'
  5.   ClientHeight = 131
  6.   ClientWidth = 225
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object NameLbl: TUiLabel
  11.     Left = 8
  12.     Top = 8
  13.     Height = 13
  14.     Caption = 'Name:'
  15.   end
  16.   object CreateInLbl: TUiLabel
  17.     Left = 8
  18.     Top = 56
  19.     Height = 13
  20.     Caption = 'Create in:'
  21.   end
  22.   object PathLbl: TUiLabel
  23.     Left = 18
  24.     Top = 75
  25.     Height = 13
  26.     Caption = '%'
  27.     ShowAccelChar = False
  28.   end
  29.   object NameEdit: TUiEdit
  30.     Left = 8
  31.     Top = 24
  32.     Width = 209
  33.     Height = 21
  34.     TabOrder = 0
  35.     OnChange = SomethingChanged
  36.   end
  37.   object OkBtn: TUiButton
  38.     Left = 64
  39.     Top = 96
  40.     Caption = 'OK'
  41.     Default = True
  42.     Enabled = False
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.     AutoSize = asRight
  46.   end
  47.   object CancelBtn: TUiButton
  48.     Left = 144
  49.     Top = 96
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.     AutoSize = asRight
  55.   end
  56. end
  57.